Skip to content

infra(contributors): sync contributor tables across all package READMEs (#1076) - #1429

Closed
ZacLou wants to merge 1 commit into
LabsCrypt:mainfrom
ZacLou:infra/all-contributors-multi-readme-1076
Closed

infra(contributors): sync contributor tables across all package READMEs (#1076)#1429
ZacLou wants to merge 1 commit into
LabsCrypt:mainfrom
ZacLou:infra/all-contributors-multi-readme-1076

Conversation

@ZacLou

@ZacLou ZacLou commented Sep 2, 2026

Copy link
Copy Markdown

Closes #1076

Currently .all-contributorsrc only lists the root README.md, so contributors who work in �ackend/, contracts/, rontend/, or packages/flowfi-sdk/ do not get synchronized contributor tables in their sub-project READMEs.

Changes

  • Added all-contributors placeholder sections to:
    • �ackend/README.mdn - contracts/README.mdn - rontend/README.mdn - packages/flowfi-sdk/README.mdn- Updated .all-contributorsrc iles array to include all five READMEs (root + four sub-packages).
  • Added a Recognizing Contributors section to CONTRIBUTING.md documenting the @all-contributors trigger command and common contribution types.

Verification

px all-contributors-cli@latest check (or the bot) will now update every listed README when a contributor is added.

  • No contributors were added manually; this change is purely configuration and documentation.

…Es (LabsCrypt#1076)

Closes LabsCrypt#1076

- Adds all-contributors sections to backend/README.md, contracts/README.md, frontend/README.md, and packages/flowfi-sdk/README.md.

- Updates .all-contributorsrc files array so the bot keeps every listed README in sync.

- Documents the @all-contributors trigger command and contribution types in CONTRIBUTING.md.
@ZacLou

ZacLou commented Sep 2, 2026

Copy link
Copy Markdown
Author

CI Status: Dependency Vulnerability Scan failure is pre-existing, not introduced by this PR

Looking at the recent Security Checks workflow runs on this repository, a Dependabot-triggered run on the dependabot/npm_and_yarn/minor-and-patch-479fbeca4e branch failed with the same Dependency Vulnerability Scan job at 2026-09-02 10:31 UTC — about an hour before this comment.

This PR only touches documentation files:

  • .all-contributorsrc
  • CONTRIBUTING.md
  • README.md (backend, frontend, contracts, packages/flowfi-sdk)

No package.json, Cargo.toml, pnpm-lock.yaml, or any dependency file is modified. The vulnerability being flagged is in a dependency already present on main, not something this PR introduced.

The other Security Checks jobs (CodeQL for TypeScript, Rust, JavaScript) all pass. Happy to help fix the flagged dependency in a separate PR if the maintainers would like — just let me know which package/version needs the bump.

@ZacLou

ZacLou commented Sep 2, 2026

Copy link
Copy Markdown
Author

Closing this PR — issue #1076 was already resolved by PR #1180 (merged). Thanks for the review feedback on the CI failure; since the issue is now closed, I'll withdraw this PR to avoid confusion.

@ZacLou ZacLou closed this Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Infra] .all-contributorsrc only tracks README.md, so contributor badges never sync to backend/frontend/contracts READMEs

1 participant